home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / SCRIPTZ / NUMB.ZIP / CLONESCA.TXT < prev    next >
Text File  |  1997-03-04  |  926b  |  32 lines

  1. Paste the Following lines to your ALIASES section:
  2.  
  3. /clonedetect /echo 4 # %ver1 *** ½╗ Scanning Clones in $chan ½╗ *** | /.enable #clonedetect | /set %clchan # | /who %clchan | /.timer97 1 60 /.disable #clonedetect | /.timer98 1 60 set %clchan
  4.  
  5. Paste the Following lines to your REMOTE/RAW section:
  6.  
  7. #clonedetect disabled
  8. 352:*: {
  9.   set -q %nick $parm6
  10.   if ($parm4 == $host) { halt }
  11.   if ($parm4 isin %address) { inc %clones | echo 12 $parm2 -={ $+ %clones $+ {=- -={ $+ %nick $+ }=- -={ $+ $parm3 $+ @ $+ $parm4 $+ }=-  }
  12.   %address = %address $parm4
  13. }
  14. 315:*: {
  15.   .disable #clonedetect
  16.   if %clones == 0 { 
  17.     echo 12 $parm2 No Clones Found: ½╗ $+ None $+ ½╗
  18.     goto endclone
  19.   }
  20.   echo 12 $parm2 Clone(s) Found: %clones
  21.   :endclone
  22.   unset %chan
  23.   unset %address
  24.   unset %nick
  25.   set %clones 0
  26. }
  27. #clonedetect end
  28.  
  29. Paste the Following lines to your POPUPS section:
  30.  
  31. Clone Scan:/clonedetect
  32.